Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Runtime inspection framework #649

Merged
merged 4 commits into from
Mar 2, 2024
Merged

Conversation

hmoog
Copy link
Contributor

@hmoog hmoog commented Mar 1, 2024

This PR introduces a debug framework, that allows us to "recursively inspect" objects where inspect just means to list all reachable objects and their relations.

We used these tools to find the memleak and other eviction related issues in our logic and thought that it might make sense to clean the API a bit and make it available as a general tool.

The best example for the use of this framework is iotaledger/iota-core#787, which makes the protocol inspectable.

@hmoog hmoog merged commit a3e2b32 into develop Mar 2, 2024
58 checks passed
@hmoog hmoog deleted the feat/runtime-inspection branch March 2, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants